-
- 487 views
- 0 answers
- 0 votes
-
I have a simple Jenkinsfile with following content: @Library(‘BMS-Libraries’) import static bms.utils.Utils.* node(‘MyNode’) { stage(‘Build’) { updateAssemblyVersion(this, "${env.WORKSPACE}", "${fullVersion}") } …
- 399 views
- 0 answers
- 0 votes